From 12e9af1cef0dff759a63f6b0eaf877b50f8cdccc Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 24 Mar 2004 17:21:50 +0000 Subject: [PATCH] * empty entry now really removed * specialpage message and tooltip added/modified --- languages/Language.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index a2f4e1e6bc..46820b7730 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -448,7 +448,6 @@ $wgLanguageNamesEn =& $wgLanguageNames; "category_header" => "Articles in category \"$1\"", "subcategories" => "Subcategories", -'' => '', "linktrail" => "/^([a-z]+)(.*)\$/sD", "mainpage" => "Main Page", @@ -503,6 +502,7 @@ $wgLanguageNamesEn =& $wgLanguageNames; "unprotectthispage" => "Unprotect this page", "newpage" => "New page", "talkpage" => "Discuss this page", +'specialpage' => 'Special Page', 'personaltools' => 'Personal tools', "postcomment" => "Post a comment", "articlepage" => "View article", @@ -1473,6 +1473,7 @@ amusement.", 'accesskey-recentchangeslinked' => '', 'accesskey-whatlinkshere' => 'b', 'accesskey-specialpages' => '', +'accesskey-specialpage' => '', 'accesskey-upload' => 'u', # tooltip help for the main actions @@ -1502,7 +1503,7 @@ amusement.", 'tooltip-whatlinkshere' => '', 'tooltip-specialpages' => '', 'tooltip-upload' => 'u', -'tooltip-special' => 'This is a special page.', +'tooltip-specialpage' => 'This is a special page, you can\'t edit the page itself.', ); #-------------------------------------------------------------------------- -- 2.20.1